FROM ubuntu:16.04

RUN apt-get update
RUN apt-get install -y vim

RUN apt-get install -qy python3-pip
RUN pip3 install --upgrade pip
RUN pip install --upgrade pip
